home *** CD-ROM | disk | FTP | other *** search
- QuickAccess README
- ------------------------------------------------------------------------
- ------------------------------------------------------------------------
- About:
- ======
- I loved the Kickerapplett to browse through directories and
- since there is no replacement for KDE4/Plasma yet I thought
- I try to do something similar...
- Well thats the result...
-
- My work is based on the work of some other people, and they should be mentioned:
- Robert Knight: pieces of code from Kickoff
- Peter Penz : IconManager
-
- Bugs/Wishes:
- ============
- email me: wirrkpf@googlemail.com
-
- Install:
- ========
- You need at least KDE 4.1 beta, because the Plasma-API changed
- from 4.0 to 4.1 and I don't know if it works as expected (or at all) on KDE 4.0.x
-
- You will need the following packages and the corresponding devel packages:
- -kdelibs
- -kdebase-workspace
- -libkonq
-
- to install:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
- make
- sudo make install
-
- You have to restart plasma to find QuickAccess in the Add Applets dialog:
- kquitapp plasma && plasma
-
-
- Changelog:
- ==========
- 0.7.1:
- ------
- -fixed a bug which lets quickaccess/plasma crash if you didn't open the popupdialog before
-
- 0.7:
- ----
- -sorting
- -improved selection(by rubberband or shift/ctrl)
- -fixed a bug with invalid urls and changed default path to "~"
- -applet should now save the size if placed on the desktop
- -improved scrollinganimation
- -the popupdialog gets closed when an item in the contexmenu is triggered
-
- 0.6.1:
- ------
- -fixed a bug with doubleclick settings(thanks for the report painkiller101)
- -fixed a bug where the icon in the panel remains highlighted
- -the listview now has by default keyboard focus
- -changed the width of the text in iconmode
-
- 0.6:
- ----
- -changed the flipscrollview to an itemview that supports a listmode and an iconmode
- -option to disable navigation(clicking on a folder opens dolphin/konqueror)
- -some visual changes
-
- 0.5.2:
- ------
- -fixed a bug where the previewimagesize was not updated when the iconsize of the listview changed
- -tooltips are disabled by default
- -little changes in the itemheight
-
- 0.5.1:
- ------
- -fixed a bug where the text in the listview was drawn under the triangle
-
- 0.5:
- ----
- -ToolTip support
- -extracted the resizefunctionality into a base class
- -option to adjust which previewplugins should be used(by default only the imageplugin)
- -some visual "improvements"
-
- 0.4:
- ----
- -little cosmetic changes in the openbutton
- -custom label support
- -option to only show icons in the flipscrollview
-
- 0.3:
- ----
- -use KDE's global single/double click settings for the flipscrollview
- -Drag and Drop support
-
-
- 0.2:
- ----
- -option to only show folders
- -option to filter the contents
-
-